|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
jp.co.ricoh.dsdk.scard.framework.event.CardEvent
This is the event class for issuing notification of card events such as insert and remove of a card.
| Field Summary | |
static int |
INSERTED
a card was inserted. |
static int |
REMOVED
a card was removeed. |
protected Slot |
slot
the slot. |
protected int |
type
the event type. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
CardEvent(int type,
Slot slot)
Constructs a new CardEvent. |
|
| Method Summary | |
Slot |
getSlot()
Gets the slot. |
int |
getType()
Gets the event type. |
java.lang.String |
toString()
|
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static int INSERTED
public static int REMOVED
protected int type
INSERTED,
REMOVEDprotected Slot slot
| Constructor Detail |
public CardEvent(int type,
Slot slot)
type -
The event type.slot -
The slot.| Method Detail |
public Slot getSlot()
public int getType()
INSERTED,
REMOVEDpublic java.lang.String toString()
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||